Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see
this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential
cause. Look for something around the time the install failed.
Luck,
Jeremy
Group: DynoMotion |
Message: 10284 |
From: Michael Hackney |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Thanks Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Regards, Michael
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing 4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
Group: DynoMotion |
Message: 10285 |
From: Jeremy Brown |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues.
Group: DynoMotion |
Message: 10286 |
From: Michael Hackney |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Good ideas. I just tried running from the command prompt and no exit code showed up. Not sure how to run verbose or debug, any ideas?
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues. Thanks Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing 4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
Group: DynoMotion |
Message: 10287 |
From: Jeremy Brown |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Exit code wouldn’t be visible in the command prompt, you need to query for it. So, from the command prompt, run the installer, and then the VERY next thing
(don’t ‘dir’ or do any other thing in that command prompt session), run this:
echo %errorlevel%
This will always show you how the previous process exited.
Group: DynoMotion |
Message: 10288 |
From: Michael Hackney |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Thanks - errorlevel = 0
:(
Exit code wouldn’t be visible in the command prompt, you need to query for it. So, from the command prompt, run the installer, and then the VERY next thing (don’t ‘dir’ or do any other thing in that command prompt session), run this: echo %errorlevel% This will always show you how the previous process exited. Good ideas. I just tried running from the command prompt and no exit code showed up. Not sure how to run verbose or debug, any ideas?
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues. Thanks Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing 4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
Group: DynoMotion |
Message: 10289 |
From: Jeremy Brown |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Also, for most exes, you can see the command line parameters by running the exe name followed by a /?. (no period)
Found some possible ways to log verbose for installshield exes:
http://testingreflections.com/node/4992 and
http://blog.wisefaq.com/2009/01/07/all-about-installshield-command-line-switches/.
Group: DynoMotion |
Message: 10290 |
From: Jeremy Brown |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
This one looks particularly interesting if you have no success otherwise:
http://testingreflections.com/node/4839
Group: DynoMotion |
Message: 10291 |
From: Tom Kerekes |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Hi Michael,
V4.32 Install uses InstallShield that we have had problems with. I believe InstallShield broadcasts somethng to all running processes and if one doesn't respond how it likes it waits until it does. You can usually use TaskManager to see that it is still running.
Sometimes killing un needed processes can spring it back to life.
If you are not using Mach3 you can install on another computer and copy the directory to the Target Computer.
Our later Test Versions use the Inno Installer and should work. The latest Test Version is at:
HTH Regards TK
Group: DynoMotion |
Message: 10292 |
From: Michael Hackney |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Thanks again. /? returns nothing. Windows 7 apparently does not have a key HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
:(
This one looks particularly interesting if you have no success otherwise:http://testingreflections.com/node/4839 Also, for most exes, you can see the command line parameters by running the exe name followed by a /?. (no period) Found some possible ways to log verbose for installshield exes: http://testingreflections.com/node/4992 and http://blog.wisefaq.com/2009/01/07/all-about-installshield-command-line-switches/. Exit code wouldn’t be visible in the command prompt, you need to query for it. So, from the command prompt, run the installer, and then the VERY next thing (don’t ‘dir’ or do any other thing in that command prompt session), run this: echo %errorlevel% This will always show you how the previous process exited. Good ideas. I just tried running from the command prompt and no exit code showed up. Not sure how to run verbose or debug, any ideas?
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues. Thanks Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing 4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
Group: DynoMotion |
Message: 10293 |
From: Michael Hackney |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Thanks Tom, I'll revisit this. I did reboot and attempted to install first thing but had the problem. I'll try again.
Hmm, I do have the install on another VM as I mentioned a few posts ago. I could copy that directory to this instance. I'll try that too.
I like to be on the cutting edge so maybe I'll go with 4.33 instead.
Hi Michael,
V4.32 Install uses InstallShield that we have had problems with. I believe InstallShield broadcasts somethng to all running processes and if one doesn't respond how it likes it waits until it does. You can usually use TaskManager to see that it is still running. Sometimes killing un needed processes can spring it back to life.
If you are not using Mach3 you can install on another computer and copy the directory to the Target Computer.
Our later Test Versions use the Inno Installer and should work. The latest Test Version is at:
HTH Regards TK
Thanks - errorlevel = 0
:(
Exit code wouldn’t be visible in the command prompt, you need to query for it. So, from the command prompt, run the installer, and then the VERY next thing (don’t ‘dir’ or do any other thing in that command prompt session), run this: echo %errorlevel% This will always show you how the previous process exited. Good ideas. I just tried running from the command prompt and no exit code showed up. Not sure how to run verbose or debug, any ideas?
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues. Thanks Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing 4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
Group: DynoMotion |
Message: 10295 |
From: Michael Hackney |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
The link to the 433 exe is broken Tom.
Hi Michael,
V4.32 Install uses InstallShield that we have had problems with. I believe InstallShield broadcasts somethng to all running processes and if one doesn't respond how it likes it waits until it does. You can usually use TaskManager to see that it is still running. Sometimes killing un needed processes can spring it back to life.
If you are not using Mach3 you can install on another computer and copy the directory to the Target Computer.
Our later Test Versions use the Inno Installer and should work. The latest Test Version is at:
HTH Regards TK
Thanks - errorlevel = 0
:(
Exit code wouldn’t be visible in the command prompt, you need to query for it. So, from the command prompt, run the installer, and then the VERY next thing (don’t ‘dir’ or do any other thing in that command prompt session), run this: echo %errorlevel% This will always show you how the previous process exited. Good ideas. I just tried running from the command prompt and no exit code showed up. Not sure how to run verbose or debug, any ideas?
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues. Thanks Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing 4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
Group: DynoMotion |
Message: 10296 |
From: Tom Kerekes |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
oops sorry forgot the .com
Regards TK
From: "Michael Hackney mhackney@... [DynoMotion]" <DynoMotion@yahoogroups.com> To: DynoMotion@yahoogroups.com Sent: Thursday, October 9, 2014 10:32 AM Subject: Re: [DynoMotion] Re: 4.32 install failure
The link to the 433 exe is broken Tom.
Hi Michael,
V4.32 Install uses InstallShield that we have had problems with. I believe InstallShield broadcasts somethng to all running processes and if one doesn't respond how it likes it waits until it does. You can usually use TaskManager to see that it is still running. Sometimes killing un needed processes can spring it back to life.
If you are not
using Mach3 you can install on another computer and copy the directory to the Target Computer.
Our later Test Versions use the Inno Installer and should work. The latest Test Version is at:
HTH Regards TK
Thanks - errorlevel = 0
:(
Exit code wouldn’t be visible in the command prompt, you need to query for it. So, from the command prompt, run the installer, and then the VERY next thing (don’t ‘dir’ or do any other thing in that command prompt session), run this: echo %errorlevel% This will always show you how the previous process exited. Good ideas. I just tried running from the command prompt and no exit code showed up.
Not sure how to run verbose or debug, any ideas?
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues. Thanks
Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing
4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
Group: DynoMotion |
Message: 10297 |
From: Michael Hackney |
Date: 10/9/2014 |
Subject: Re: 4.32 install failure |
Ok, the link you gave didn't have the ".com". I've now installed the 4.33f version. But, alas, it won't connect to my board. I do have another Future Devices USB device (not connected currently) so I was not prompted to install a driver when I plugged in my KFlop.
Hi Michael,
V4.32 Install uses InstallShield that we have had problems with. I believe InstallShield broadcasts somethng to all running processes and if one doesn't respond how it likes it waits until it does. You can usually use TaskManager to see that it is still running. Sometimes killing un needed processes can spring it back to life.
If you are not using Mach3 you can install on another computer and copy the directory to the Target Computer.
Our later Test Versions use the Inno Installer and should work. The latest Test Version is at:
HTH Regards TK
Thanks - errorlevel = 0
:(
Exit code wouldn’t be visible in the command prompt, you need to query for it. So, from the command prompt, run the installer, and then the VERY next thing (don’t ‘dir’ or do any other thing in that command prompt session), run this: echo %errorlevel% This will always show you how the previous process exited. Good ideas. I just tried running from the command prompt and no exit code showed up. Not sure how to run verbose or debug, any ideas?
Hmm. I wonder if it’s possible to run the installer in a debug or verbose mode. I’d even run it from a command prompt and then examine the exit code for clues. Thanks Jeremy. I had checked the event log and although I see the security check succeeded there is no other information I can relate to the failed install.
Michael, there’s probably an event that, while not shown to you, was logged. If you’re curious to know the reason the process exited, you’ll be able to see this in the Windows Event Viewer (start -> run -> eventvwr.exe). This will probably show up in the Windows Logs section (in the left nav), probably in either the System or Application area. Typically, the text of the exception will point you to a potential cause. Look for something around the time the install failed. Luck, Jeremy Some more background... I run Windows 7 in VMWare Fusion on a mac. To date, I've had NO problems with any windows software running this way. 3 Weeks ago, I downloaded and installed the DynoMotion 4.3.2 software on a Windows 7 with no problem. This particular VM was one I was using to test CAM products so as not to contaminate my working Windows 7. It is this working Windows 7 machine that I am running into problems installing 4.3.2. I have verified that there is no virus software and that I am running as an admin but the install is still failing. One difference is that I did decide to purchase BobCAD-CAM and that is installed on this Windows 7 that was not on the other one that installed correctly.
|
|
| | | | | | | | | | | |